03. Explore a Front End Application

Explore a Front End Application

Explore a Front End Application Quiz

TodoMVC website

You might've noticed that the URL in the address bar includes a port number. I cloned the TodoMVC project and am serving a local copy in this video. I had to darken a bunch of the colors so that it would show up better when being recorded, so I needed my own version of the project instead of using the one at http://todomvc.com/.

Eager to check out some features of popular frameworks? Check out these links:

QUESTION:

Hypothesize on how a framework can achieve such dynamic functionality.

ANSWER:

Thanks for submitting your ideas! There are a lot of ways that different parts of a Front End application can fit together. We'll take a look at several ways in this course!

Solution

Explore a Front End Application Solution